home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / modula2 / 382 < prev    next >
Encoding:
Text File  |  1996-08-06  |  683 b   |  20 lines

  1. Newsgroups: comp.lang.modula2
  2. Path: lut.ac.uk!usenet
  3. From: "J.Last" <eljl3@dwalin.lut.ac.uk>
  4. Subject: structured types & procedures
  5. Sender: usenet@lut.ac.uk (Usenet-News)
  6. Message-ID: <DnrCDH.17u@lut.ac.uk>
  7. Date: Mon, 4 Mar 1996 19:20:05 GMT
  8. X-Nntp-Posting-Host: elsun1.lut.ac.uk
  9. X-Url: news:comp.lang.modula2
  10. Content-Transfer-Encoding: 7bit
  11. Content-Type: text/plain; charset=us-ascii
  12. Mime-Version: 1.0
  13. X-Mailer: Mozilla 1.1N (X11; I; SunOS 4.1.3_U1 sun4m)
  14. Organization: Loughborough University of Technology, UK
  15.  
  16. I use both the FTL Modula-2 compiler for CP/M and the Stony Brook compiler for
  17. the PC. In the FTL compiler, this statement was fine:
  18.  
  19. TYPE Vector: ARRAY [0..10] OF REAL;
  20.